This guide walks you through building a custom marketplace using the Sequence stack. It covers token minting, wallet authentication, displaying collections, creating and purchasing listings, making and accepting offers, and managing inventory—all seamlessly integrated with an embedded wallet and Web SDK.
tokenId
you minted in the following steps to query and fulfill orders.
Embedded Wallet
with Web SDK
connector which can authenticate users using Google or Apple auth, in addition to user brought wallets like Coinbase or Metamask.
<project_name> folder
Collections
inside the src/app/components
directory. Within this folder, we will create two files: index.tsx
and Collection.tsx
.
src/utils
. We’ll use this to type our functions and keep our codebase consistent and maintainable.
index.tsx
and Collectible.tsx
.
App.tsx
file